home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Amiga Plus Extra 1997 #4
/
Amiga Plus Extra 1997 #4.iso
/
pd
/
grafik
/
video easel
/
camrexx
/
camparityflip.rexx
< prev
next >
Wrap
OS/2 REXX Batch file
|
1997-06-09
|
349b
|
18 lines
/* CAM-Parity-Flip 1.00 © THOR 1995 by an idea of Toffoli */
MakeAlgorithm:
PLANEALGORITHM neumann centers
return
MakePlane:
if plane=0 then; do
newplane=center ^ north ^ south ^ west ^ east ^ center_
if newplane=0 then SETPLANE off
else SETPLANE on
end; else; do
SETPLANE center
end
return